Nevron.GraphicsCore Namespace / NGraphicsPath Class / NGraphicsPath Constructor / NGraphicsPath Constructor(NPointD[],Byte[])


NGraphicsPath Constructor(NPointD[],Byte[])
Syntax
'Declaration
 
Public Function New( _
   ByVal points() As NPointD, _
   ByVal types() As System.Byte _
)
 
'Usage
 
Dim points() As NPointD
Dim types() As System.Byte
 
Dim instance As New NGraphicsPath(points, types)

Parameters

points
types
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also